Github Actions
無料枠
公開repoなら無料
privateだと、
Proで、storage 1GM, 3000minutes/month
storageは、imageが入るとして、他にも使えるのかな?
name: workflowの名前
on: イベント
jobs:
build:
run-on: image名
steps:
- uses: ??? actions/checkout@v2 となったが、、
checkout actionで、workflow前の実行で、通常は、actions/checkout@v2で良さそう。
-
name: 実行時の名前
run: command
"|"で複数行書ける